home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / recfilsh.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-11-15  |  815b  |  29 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO.
  6. ECHO   You are about to install the FILES RECORDING program to a
  7. echo.
  8. echo   directory, on your C:DRIVE, named MYFILES.  When the installation
  9. echo.
  10. echo   is complete, you will automatically go to the MYFILES directory,
  11. echo.
  12. echo   and the program will run.  You can then remove the installation disk
  13. echo.
  14. echo   from your floppy drive, and keep it in a safe place.
  15. echo.
  16. echo   If, for some reason, you wish NOT TO CONTINUE, with this installation,
  17. echo.
  18. echo   just press the CTRL key and the C key, at the same time, and then
  19. echo.
  20. echo   answer Y to the `TERMINATE BATCHJOB Y/N?' prompt, that will show on
  21. echo.
  22. echo   your monitor screen.  If you wish to complete the installation then,
  23. pause
  24. MD C:\MYFILES
  25. COPY *.* C:\MYFILES
  26. C:
  27. CD MYFILES
  28. START
  29.